From ec5b41820336edc2f386a4a2f2c757360824d7e7 Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 2 Sep 2006 23:19:03 +0000 Subject: [PATCH] Avoid C99'ismin gpsutil.c --- gpsutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsutil.c b/gpsutil.c index ee28e6cf4..7f2c9ae89 100644 --- a/gpsutil.c +++ b/gpsutil.c @@ -64,13 +64,13 @@ data_read(void) char alttype; char icon[3]; waypoint *wpt_tmp; - icon[0] = 0; /* * Make sure that all waypoints in single read have same * timestamp. */ time_t now = current_time(); + icon[0] = 0; while ((ibuf = gbfgetstr(file_in))) { int n, len; -- 2.30.2